home *** CD-ROM | disk | FTP | other *** search
/ Total Network Tools 2002 / NextStepPublishing-TotalNetworkTools2002-Win95.iso / Archive / Misc Servers / Zope.exe / WIN32.TXT < prev    next >
Encoding:
Text File  |  1999-05-03  |  6.8 KB  |  170 lines

  1. win32.txt - Readme for the Python Win32 Extensions (build 125)
  2. --------------------------------------------------------------
  3. This installation will not change your "Start Menu" or desktop in any
  4. way.  This installation simply makes the extensions available to an
  5. existing Python installation.
  6.  
  7. Seeing as Microsoft Visual Source Safe and Python work so well together,
  8. I have automated part of the build process.  The build number at the top 
  9. of this file, the "version" in PyWinTypes.dll, and the log below, have 
  10. been generated from a Python script.
  11.  
  12. Recent Changes:
  13. ---------------
  14. Mon May 03 17:21:54 1999    Labeled '125'
  15. Sat May 01 16:48:08 1999    PySecurityObjects.h
  16.     Explitictly exclude CE (the compiler and linker shit me sometimes :-)
  17. Tue Apr 27 12:24:48 1999    win32event.i
  18.     Confusing parameter swap - the names of the params (and hence the autoduck) were in the wrong order.
  19. Tue Apr 27 11:31:22 1999    win32con.py
  20.     A few new constants.
  21. Tue Apr 27 11:00:00 1999    win32security.i
  22.     Autoduck, and add constructors for the pywintypes security objects.
  23. Tue Apr 27 10:59:34 1999    win32rasmodule.cpp
  24.     Autoduck, and RasDial changes to support window message posting.
  25. Tue Apr 27 10:58:44 1999    win32process.i
  26.     Change some Bstr usage to WCHAR for Windows CE.
  27. Tue Apr 27 10:58:14 1999    win32netmodule.cpp
  28.     Huge changes.
  29. Tue Apr 27 10:57:50 1999    win32apimodule.cpp
  30.     Add LoadCursor to pair with SetCursor.
  31. Tue Apr 27 10:57:28 1999    PyWinTypesmodule.cpp
  32.     Add SECURITY_DESCRIPTOR constructor.
  33. Tue Apr 27 10:57:12 1999    PyWinTypes.h
  34.     CE changes and security object signature changes.
  35. Tue Apr 27 10:56:10 1999    PyTime.cpp
  36.     Windows CE changes.
  37. Tue Apr 27 10:55:48 1999    PySID.cpp
  38.     Allow simple SIDS to be created more simply.
  39. Tue Apr 27 10:55:06 1999    PySecurityObjects.h
  40.     Few changes to the security objects.
  41. Tue Apr 27 10:54:40 1999    PySECURITY_DESCRIPTOR.cpp
  42.     Allow the size of a SECURITY_DESCRIPTOR to be specified.  Autoduck changes.
  43. Tue Apr 27 10:53:26 1999    PyACL.cpp
  44.     Autoduck
  45. Sun Mar 28 23:37:28 1999    Labeled '124'
  46. Sun Mar 28 14:40:06 1999    win32security.i
  47.     Added GetFileSecurity and family.
  48. Sun Mar 28 14:39:20 1999    PyWinTypesmodule.cpp
  49.     Changes for new Unicode experiments.
  50. Sun Mar 28 14:38:52 1999    PyWinTypes.h
  51.     Quite a few Unicode changes, and drop BSTRs for WCHARs in come cases.
  52. Sun Mar 28 13:58:14 1999    PyWinObjects.h
  53.     Change to Unicode experiments.
  54. Sun Mar 28 13:54:46 1999    PyUnicode.cpp
  55.     Changes to move towards the PyUnicode object.
  56. Sun Mar 28 13:53:38 1999    PyTime.cpp
  57.     Small CE change.
  58. Sun Mar 28 13:53:24 1999    PySecurityObjects.h
  59.     Changes in internals of SD.
  60. Sun Mar 28 13:53:04 1999    PySECURITY_DESCRIPTOR.cpp
  61.     Beefed up support.
  62. Sun Mar 28 13:52:40 1999    PyLARGE_INTEGER.cpp
  63.     Change exported symbol names to help with LONGLONG support.
  64. Sun Mar 28 13:51:26 1999    dbi.h
  65.     Changes to build against 1.5.2 sources.
  66. Sun Feb 28 19:09:10 1999    win32service.i
  67.     Autoduck fixes.
  68. Sun Feb 28 19:08:58 1999    win32apimodule.cpp
  69.     Autoduck fixes.
  70. Sun Feb 28 19:08:52 1999    PyUnicode.cpp
  71.     PyString_FromUnicode works with NULL strings!
  72. Sun Feb 28 12:04:48 1999    PyWinObjects.h
  73.     Reinstate PyUnicode_FromRaw for CE.
  74. Sun Feb 28 12:04:44 1999    PyUnicode.cpp
  75.     Reinstate PyUnicode_FromRaw for CE.
  76. Sun Feb 28 12:04:18 1999    PyPerfMon.cpp
  77.     Autoduck changes.
  78. Sun Feb 28 12:04:02 1999    PerfObjectType.cpp
  79.     Autoduck changes.
  80. Sun Feb 28 12:03:42 1999    PerfCounterDefn.cpp
  81.     Autoduck changes.
  82. Sun Feb 28 12:03:18 1999    MappingManager.cpp
  83.     Autoduck changes
  84. Thu Feb 25 00:36:16 1999    win32evtlogutil.py
  85.     Wasnt honouring the waitFlags param.
  86. Thu Feb 25 00:35:26 1999    win32serviceutil.py
  87.     LocatePythonServiceExe no longer quotes result (callers do!).  Minor bugs.  QueryServiceStatus now can talk to other machines.
  88. Thu Feb 25 00:33:36 1999    win32service.i
  89.     New service API wrappers from Curt Hagenlocher.
  90. Thu Feb 25 00:33:08 1999    win32process.i
  91.     CE changes, and support environment for CreateProcess.
  92. Thu Feb 25 00:31:26 1999    win32netmodule.cpp
  93.     Nearly rewritten by Scott Cothrel.
  94. Thu Feb 25 00:29:10 1999    win32file.i
  95.     Changes for CE.
  96. Thu Feb 25 00:26:22 1999    win32event.i
  97.     Changes for CE.
  98. Thu Feb 25 00:25:42 1999    win32apimodule.cpp
  99.     Fixed null terminate bug in registry, ExpandEnvironmentStrings on win95 doesnt always work, LoadLibraryEx stupid bug fixed.
  100. Thu Feb 25 00:22:10 1999    PyWinTypesmodule.cpp
  101.     Changes for CE.
  102. Thu Feb 25 00:15:12 1999    PyWinTypes.h
  103.     CE changes and a few new APIs.
  104. Thu Feb 25 00:06:30 1999    PyWinObjects.h
  105.     Changes for CE.
  106. Thu Feb 25 00:06:16 1999    PyUnicode.cpp
  107.     Changes for CE, and a couple of new APIs.
  108. Thu Feb 25 00:04:42 1999    PyTime.cpp
  109.     Changes for CE.
  110. Thu Feb 25 00:02:40 1999    PythonService.cpp
  111.     Free a potential leak when an error occurs.
  112. Thu Feb 25 00:02:10 1999    PySID.cpp
  113.     Not available on CE.
  114. Thu Feb 25 00:01:56 1999    PySECURITY_DESCRIPTOR.cpp
  115.     Not available on CE.
  116. Thu Feb 25 00:01:38 1999    PySECURITY_ATTRIBUTES.cpp
  117.     Support CE.
  118. Thu Feb 25 00:01:06 1999    PyLARGE_INTEGER.cpp
  119.     Needed a cast for correct conversion.
  120. Wed Feb 24 23:59:10 1999    PyIID.cpp
  121.     Unicode and other changes for CE.
  122. Wed Feb 24 23:58:30 1999    PyHANDLE.cpp
  123.     Unicode changes for CE.
  124. Wed Feb 24 23:57:14 1999    PyACL.cpp
  125.     Exclude for  MS_WINCE
  126. Wed Feb 24 23:56:58 1999    odbc.cpp
  127.     Autoduck addition.
  128. Sat Dec 05 19:30:16 1998    Labeled '123'
  129. Sat Dec 05 18:14:02 1998    win32apimodule.cpp
  130.     Added WriteProfileSection.
  131. Sat Dec 05 18:13:46 1998    verstamp.py
  132.     Changes to function params.
  133. Sun Nov 22 13:48:26 1998    ddeclient.py
  134.     More samples from Jeff Kunce
  135. Sun Nov 22 13:48:26 1998    ddeserver.py
  136.     More samples from Jeff Kunce
  137. Sat Nov 21 14:24:36 1998    win32apimodule.cpp
  138.     Plug a leak in FindFiles.
  139. Fri Oct 09 14:23:06 1998    win32apimodule.cpp
  140.     Added ExitWindows/ExitWindowsEx
  141. Fri Oct 09 14:22:42 1998    PyUnicode.cpp
  142.     Remove another alloca() as large strings blew up!
  143. Tue Sep 29 20:42:06 1998    Labeled '122'
  144. Tue Sep 29 20:31:04 1998    win32evtlogutil.py
  145.     Remove unused 'eventLogType' param
  146. Tue Sep 29 20:30:36 1998    eventLogDemo.py
  147.     Allow dumping of other logs.
  148. Tue Sep 29 14:41:30 1998    win32apimodule.cpp
  149.     Autoduck.
  150. Tue Sep 29 12:50:02 1998    win32pdhmodule.cpp
  151.     Missing ';'
  152. Tue Sep 29 12:49:12 1998    win32file.i
  153.     Fix autoduck, and copied GetOverlappedResult from win32pipe.
  154. Tue Sep 29 12:48:38 1998    win32evtlog.i
  155.     Support SID objects in ReportEvent.
  156. Tue Sep 29 12:48:20 1998    win32event.i
  157.     MsgWaitForMultipleObjectsEx re-appears.
  158. Tue Sep 29 12:47:54 1998    win32apimodule.cpp
  159.     Added Get/SetStdHandle, and call correct handle close function in FindFiles, and handle empty string bug.
  160. Tue Sep 29 12:46:42 1998    PyWinTypesmodule.cpp
  161.     Few comments and error handling bug fix.
  162. Tue Sep 29 12:46:20 1998    PyLARGE_INTEGER.cpp
  163.     Patches from Greg.
  164. Tue Sep 29 12:46:08 1998    PyHANDLE.cpp
  165.     Fix "BOOL" vs "DWORD" checking.
  166. Tue Sep 29 12:45:44 1998    win32traceutil.py
  167.     Dumb bug catching exceptions.
  168. Tue Sep 29 12:45:22 1998    win32evtlogutil.py
  169.     Add support for SID.
  170.